home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / PUFF.LZH / PUFF.TXT < prev   
Text File  |  1988-06-10  |  6KB  |  147 lines

  1.                    PUFF - a Pop-Up File Facility
  2.                         David Mitchell
  3.  
  4. Version 3.05D of PUFF:
  5.       - ensure file closed after pasting (prevents hangs due to
  6.         consumption of all file handles
  7.  
  8. Changes in Version 3.05C:
  9.  
  10.       - fix bug causing repeat search to fail when tabs being expanded
  11.       - fix features of "DOSEDIT" line recall
  12.       - fix bug causing hangs on repeated entry to file browse
  13.       - fix bug causing hangs when pasting at the DOS prompt
  14.  
  15. Changes in Version 3.05B:
  16.  
  17.       - popup logic restructured (again!)
  18.       - issue message if copy fails (eg not enough room)
  19.       - fix bug when scrolling right over multiple tabs
  20.       - ensure current PUFF directory name shown on main menu
  21.  
  22. Changes in Version 3.05A:
  23.  
  24.       - fix bug causing initial sort to be ignored if initvu option specified
  25.       - fix bug causing hangs when PSRD used with T or PUFF
  26.  
  27. Changes in Version 3.05:
  28.  
  29.   - Enhanced keyboard problems removed (PUFF interfered with some
  30.     attempts to determine if enhanced keyboard BIOS was present)
  31.   - the algorithm used to establish position when going up the
  32.     directory tree is much improved
  33.   - the date/time of a file copy can be either as Old (i.e. same as
  34.     original file) or Now (i.e. current DOS time)
  35.   - garbage at foot of "Set Initial View Options" menu has been
  36.     removed
  37.  
  38. Changes in Version 3.04B:
  39.  
  40.   - add GOTO command in ASCII file browse
  41.   - fix bug when erase fails (went into Rename code)
  42.   - force redisplay of filename after search when not zoomed
  43.   - correct help display when F1 pressed during entry of search string
  44.   - fix bugs when scrolling back and cursor not on top line
  45.     (e.g. PgUp when on line 3 didn't move back to line 1)
  46.   - add MOVE option to popup menu in directory browse
  47.   - fix date/time separator problem with DOS 2
  48.  
  49. Changes in Version 3.04:
  50.  
  51.   - fix bugs in selection of default directory
  52.   - add date/time format options to Initial View Options menu
  53.  
  54. Changes in Version 3.03:
  55.  
  56.   - fix bugs affecting current directory setting
  57.   - fix bug causing problems when file read errors occured
  58.   - fix bug causing problems with Jack Botner's DL
  59.  
  60. The following new features were added:
  61.  
  62.   - attempts to paste or view zero-size files result in an error message
  63.   - rename target may be just a drive or directory, in which case
  64.     the source filename/extension is used
  65.   - after an attempt to browse an empty directory, PUFF will
  66.     return to the last non-empty directory viewed
  67.   - scroll arrows on the command menus indicate when more commands
  68.     exist beyond the top or bottom ones shown
  69.   - new Move option on directory menu allows simpler moving of files
  70.   - support for YY/MM/DD directory format
  71.  
  72. Changes in Version 3.02:
  73.  
  74.   - fix bug causing problems in ASCII search
  75.   - fix bug preventing characters below x'09' being displayed
  76.     in text mode
  77.   - fix bug causing problems with date/time display under DOS 2
  78.   - fix bug causing <DIR> to appear when file copied
  79.  
  80. Changes in Version 3.01:
  81.  
  82.   - bug causing Alt-Z not to be recognised as a hot-key
  83.   - bug causing unknown commands in hex file browse to do a zoom
  84.   - bug in command menu handling preventing letter keys being recognised
  85.   - bug causing hang after certain I/O error
  86.   - bug causing bad time/date separators for DOS 2.0
  87.   - bug causing loop if file error immediately on popping up
  88.   - bug causing garbled directory display when no files found
  89.   - bug causing hang when tabs are expanded
  90.   - bug preventing INITVU option going direct to file browse
  91.   - bug preventing line being cleared initially when getting input
  92.  
  93. The following new features were added:
  94.  
  95.   - Right arrow treated as Enter on all menus
  96.   - Left arrow treated as Esc on all menus
  97.   - Home/End/PgUp/PgDn recognised on command menus
  98.   - EBCDIC searching works properly (/ converts string to EBCDIC
  99.     and case insensitivity works properly)
  100.  
  101. PUFF Version 3 is a MAJOR rewrite of PUFF with quite a lot of new
  102. function. Highlights of the new version include:
  103.  
  104. General Changes:
  105.  
  106.   - support for larger screens (43-line etc)
  107.   - some support for enhanced keyboards
  108.   - all PUFFSET customising functions now included
  109.   - PUFF now always pops up on the current DOS screen
  110.     (can't force Mono anymore)
  111.   - PUFF no longer supports 40-column screens
  112.   - it's got bigger!
  113.  
  114. Directory Browse:
  115.  
  116.   - new popup menu of commands via "?"
  117.   - attributes can be shown (instead of size)
  118.   - sorting is almost twice as fast
  119.   - new commands allow copy, erase and rename of files
  120.     (and rename of directories and moving of files)
  121.   - can now switch directly to another directory via 'N' command
  122.   - customise options menus available directly via 'O' command
  123.  
  124. File Browse:
  125.  
  126.   - new popup menu of commands via "?"
  127.   - can now switch directly to another file via 'N' command
  128.   - customise options menus available directly via 'O' command
  129.   - searching and browsing are almost twice as fast
  130.   - search string can always be entered in hex or text
  131.     and search can be case sensitive or not as required
  132.   - in text mode, the cursor moves as in a normal editor
  133.  
  134. General Information
  135.  
  136. PUFF is a directory and file browser which pops up on demand.
  137. It runs under DOS 2 or 3 on any model PC and will work on both
  138. Mono and Color adapters.
  139.  
  140. Quick Hints (for those who never read the Manual!)
  141.  
  142.     1. install PUFF by typing PUFF
  143.        or get help by typing PUFF ?
  144.  
  145.     2. pop up PUFF by pressing Alt-D
  146.  
  147.